Skip to content

Unblock tests under ASan on Windows #17079

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
wants to merge 1 commit into from
Closed

Conversation

cmb69
Copy link
Member

@cmb69 cmb69 commented Dec 7, 2024

These tests execute php.exe without passing the PATH, what might be a more general issues, but at least with ASan enabled, the required DLLs could usually not be found, resulting in the tests stalling.

These tests execute php.exe without passing the PATH, what might be a
more general issues, but at least with ASan enabled, the required DLLs
could usually not be found, resulting in the tests stalling.
@cmb69 cmb69 marked this pull request as ready for review December 7, 2024 16:45
@cmb69 cmb69 requested a review from bukka as a code owner December 7, 2024 16:45
@cmb69
Copy link
Member Author

cmb69 commented Dec 7, 2024

Note that I'm fine with only passing the PATH on Windows, but there may be no particular reason to avoid that on POSIX platforms.

Copy link
Member

@bukka bukka left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It might make sense to add a comment to the test noting why the PATH is added as it might not be clear. But up to you.

@cmb69 cmb69 closed this in 7ce8791 Dec 8, 2024
@cmb69
Copy link
Member Author

cmb69 commented Dec 8, 2024

Added the comments right away when applying without pushing to the PR.

@cmb69 cmb69 deleted the cmb/proc_open-env branch December 8, 2024 17:44
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants